projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c2b747
)
Fix compilation warning in eieio-opt
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 16 Jun 2019 14:02:42 +0000
(16:02 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 16 Jun 2019 14:02:42 +0000
(16:02 +0200)
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor): Don't
use obsolete function eieio-help-class.
lisp/emacs-lisp/eieio-opt.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eieio-opt.el
b/lisp/emacs-lisp/eieio-opt.el
index 193f92bc2ce6c0a50712bafc7802ee7d7fe24ed7..a2ab883ae6d085eb111a80a27d1657ea2cabd15f 100644
(file)
--- a/
lisp/emacs-lisp/eieio-opt.el
+++ b/
lisp/emacs-lisp/eieio-opt.el
@@
-155,8
+155,7
@@
are not abstract."
(insert "\n\n[Class description not available until class definition is loaded.]\n")
(save-excursion
(insert (propertize "\n\nClass description:\n" 'face 'bold))
- (eieio-help-class ctr))
- ))))
+ (cl--describe-class ctr))))))
;;; METHOD STATS